home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global theChoice, gNewRecipe, gWhichMenu
- set newLine to the mouseLine
- set the foreColor of line newLine of field "PersonalMenu" to 139
- puppetSound("Click2")
- updateStage()
- set the foreColor of line newLine of field "PersonalMenu" to 5
- set theText to line newLine of field "PersonalMenu"
- set numEnd to offset(")", theText)
- if numEnd > 0 then
- set theSelection to char 1 to numEnd - 1 of theText
- set gNewRecipe to word 2 to the number of words in theText of theText
- set theChoice to value(theSelection)
- put value(theSelection) into field "Count"
- initPush(3, 12, 0)
- init(15, 25, 0)
- set the visible of sprite 25 to 1
- go("Recipes")
- else
- exit
- end if
- PersonalRecipeSelect()
- set gWhichMenu to "PersonalMenu"
- end
-